home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / awe / adip.exe / README.TXT < prev   
Text File  |  1995-08-14  |  7KB  |  138 lines

  1. ╒═══════════════════════════════════════════════════════════════════════════╕
  2. │                        Creative Technology Ltd.                           │
  3. │                                                                           │
  4. │                           Sound Blaster AWE32                             │
  5. │                      Developer's Information Package                      │
  6. │                                                                           │
  7. │                               Version 2.52                                │
  8. │                               24 July 1995                                │
  9. │                                                                           │
  10. │                                README.TXT                                 │
  11. ╘═══════════════════════════════════════════════════════════════════════════╛
  12.  
  13. A) What's new
  14. B) Limitation And Disclaimer Of Warranties
  15. C) Files in this package
  16. D) Getting assistance
  17.  
  18.  
  19. A) What's new
  20.  
  21.    1) Audio Spatialization Library
  22.       The Creative's 3D audio developer's kit. It allows game developers to
  23.       go far beyond today's existing enhanced stereo sound, providing
  24.       advanced spatialization capabilities.
  25.  
  26. B) Limitation And Disclaimer Of Warranties
  27.  
  28.    THE SOFTWARE AND RELATED WRITTEN MATERIALS, INCLUDING ANY INSTRUCTIONS
  29.    FOR USE, ARE PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND,
  30.    EXPRESS OR IMPLIED.  THIS DISCLAIMER OF WARRANTY EXPRESSLY INCLUDES, BUT
  31.    IS NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR OF
  32.    FITNESS FOR A PARTICULAR PURPOSE. NO ORAL OR WRITTEN INFORMATION GIVEN BY
  33.    CREATIVE TECHNOLOGY LTD., ITS SUPPLIERS, DISTRIBUTORS, DEALERS, EMPLOYEES,
  34.    OR AGENTS, SHALL CREATE OR OTHERWISE ENLARGE THE SCOPE OF ANY WARRANTY
  35.    HEREUNDER.  LICENSEE ASSUMES THE ENTIRE RISK AS TO THE QUALITY AND THE
  36.    PERFORMANCE OF SUCH SOFTWARE AND LICENSEE APPLICATION.  SHOULD THE
  37.    SOFTWARE, AND/OR LICENSEE APPLICATION PROVE DEFECTIVE, YOU, AS LICENSEE
  38.    (AND NOT CREATIVE TECHNOLOGY LTD., ITS SUPPLIERS, DISTRIBUTORS, DEALERS
  39.    OR AGENTS), ASSUME THE ENTIRE COST OF ALL NECESSARY CORRECTION, SERVICING,
  40.    OR REPAIR.
  41.  
  42.    LIMITATION OF LIABILITY
  43.  
  44.    IN NO EVENT WILL CREATIVE TECHNOLOGY LTD., OR ANYONE ELSE INVOLVED IN THE
  45.    CREATION, PRODUCTION, AND/OR DELIVERY OF THIS SOFTWARE PRODUCT BE LIABLE
  46.    TO LICENSEE OR ANY OTHER PERSON OR ENTITY FOR ANY DIRECT OR OTHER DAMAGES,
  47.    INCLUDING, WITHOUT LIMITATION, ANY INTERRUPTION OF SERVICES, LOST PROFITS,
  48.    LOST SAVINGS, LOSS OF DATA, OR ANY OTHER CONSEQUENTIAL, INCIDENTAL,
  49.    SPECIAL, OR PUNITIVE DAMAGES, ARISING OUT OF THE PURCHASE, USE, INABILITY
  50.    TO USE, OR OPERATION OF THE SOFTWARE, AND/OR LICENSEE APPLICATION, EVEN IF
  51.    CREATIVE TECHNOLOGY LTD. OR ANY AUTHORISED CREATIVE TECHNOLOGY LTD. DEALER
  52.    HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  LICENSEE ACCEPTS
  53.    SAID DISCLAIMER AS THE BASIS UPON WHICH THE SOFTWARE IS OFFERED AT THE
  54.    CURRENT PRICE AND ACKNOWLEDGES THAT THE PRICE OF THE SOFTWARE WOULD BE
  55.    HIGHER IN LIEU OF SAID DISCLAIMER. SOME STATES DO NOT ALLOW THE LIMITATION
  56.    OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THE
  57.    ABOVE LIMITATIONS AND EXCLUSIONS MAY NOT APPLY.
  58.  
  59.    Information in this document is subject to change without notice. Creative
  60.    Technology Ltd. shall have no obligation to update or otherwise correct
  61.    any errors in the manual and software even if Creative Technology Ltd. is
  62.    aware of such errors and Creative Technology Ltd. shall be under no
  63.    obligation to provide to Licensee any updates, corrections or bug-fixes
  64.    which Creative Technology Ltd. may elect to prepare.
  65.  
  66.    Creative Technology Ltd. does not warrant that the functions contained in
  67.    the manual and software will be uninterrupted or error free and Licensee
  68.    is encouraged to test the software for Licensee's intended use prior to
  69.    placing any reliance thereon.
  70.  
  71.    Creative Technology Ltd. retains title and ownership of the manual and
  72.    software as well as ownership of the copyright in any subsequent copies
  73.    of the manual and software, irrespective of the form of media on or in
  74.    which the manual and software are recorded or fixed. Licensee shall use
  75.    the manual and software only for the purpose of developing Licensee
  76.    Applications compatible with Creative's Sound Blaster Advanced WavEffects
  77.    Series of Products, unless otherwise agreed to by further written
  78.    agreement from Creative Technology Ltd.. Licensee shall not modify, adapt,
  79.    translate or prepare any derivative work based on the manual and software
  80.    or any element thereof other than the above said purpose, without the
  81.    express written consent of Creative Technology Ltd.. Creative Technology
  82.    Ltd. reserves all rights not expressly granted to Licensee in this License
  83.    Agreement.
  84.  
  85.    Copyright 1994-95 by Creative Technology Ltd.  All rights reserved.
  86.  
  87.  
  88. C) Files in this package.
  89.  
  90.    This developer information package allows you to develop your own
  91.    applications/drivers that will fully tap the capabilities of the SB AWE32.
  92.    You will get a set full featured libraries based on MIDI messages, and a
  93.    suite of APIs that allow you to exploit the possibilities of downloading
  94.    sound samples using with the on-board DRAM.
  95.  
  96.    This documentation is divided into four parts dealing with programming
  97.    the SB AWE32 under DOS (both real and protected mode), and under Windows.
  98.    You will also learn how to control the EMU8000 chip onboard the SB AWE32
  99.    via MIDI non registered parameter number. And the last part, the newly
  100.    added Audio Spatialization API.
  101.   
  102.    There are 6 files included in this package:
  103.  
  104.        README.TXT  -  This file
  105.        ADIP01.ZIP  -  DOS Real & protected mode libraries and sample program.
  106.        ADIP02.ZIP  -  Windows import library, latest Windows drivers,
  107.                       and sample program
  108.        ADIPHLP.ZIP -  Documentation in Windows Help file format
  109.        ADIPPS.ZIP  -  Documentation in Encapsulated PostScript format
  110.  
  111.    To install the package, unpack the distribution files with directory
  112.    option. For example,
  113.  
  114.               MD C:\ADIP
  115.               PKUNZIP -D -O ADIP01.ZIP C:\ADIP
  116.               PKUNZIP -D -O ADIP02.ZIP C:\ADIP
  117.               PKUNZIP -D -O ADIPHLP.ZIP C:\ADIP
  118.               PKUNZIP -D -O ADIPPS.ZIP C:\ADIP
  119.  
  120.    To ensure integrity of document content, we can not distribute an editable
  121.    version of the document. We distribute the document in a print image file
  122.    and in a Windows Help file: ADIPDOC.PS and ADIPDOC.HLP. ADIPDOC.PS is an
  123.    EPS file for PostScript printers only. Copy the print image file to a
  124.    Postscript capable printer to print the document. For example,
  125.  
  126.               COPY /B ADIPDOC.PS PRN
  127.  
  128.  
  129. D) Getting Assistance
  130.  
  131.    If you have any comments, suggestions, questions, or problems concerning
  132.    this developer information package, please feel free to contact us. You
  133.    can reach us at:
  134.  
  135.         CompuServe:  GO BLASTER
  136.         Internet E-mail address:  72662.1602@compuserve.com
  137.  
  138.